home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / programr / listings / ptv2n5 / newint29.asm < prev    next >
Assembly Source File  |  1991-10-01  |  163b  |  16 lines

  1. NewInt29:
  2.   push ax
  3.   push si
  4.   push di
  5.   push bp
  6.   push bx
  7.   mov ah,0eh
  8.   mov bx,7
  9.   int 10h
  10.   pop bx
  11.   pop bp
  12.   pop di
  13.   pop si
  14.   pop ax
  15.   iret
  16.